Creating an ISO is a pretty simple task.
First you need to open Terminal.app (/Applications/Terminal.app). When it opens, type the following command:
hdiutil makehybrid -iso -joliet -o image.iso /Volumes/Name\ Of \ My\ Disc
Just replace image.iso and “Name of My Disc” with the appropriate names and you’re off and running!