For that first you have to create group with the help of groupadd command.
sudo groupadd NAME-OF-THE-NEW-GROUP
Now you have to use usermod command from which we can add user to that group.
usermod -a -G wheel username
NOTE: Here you have to replace username with actual username.