If you know the file you want and are willing to use Teminal.app then the following should also work if you replace FULLPATHTOEPUBFILE with the actual full path to the epub file you want Sigil to open.
open -a /Applications/Sigil.app FULLPATHTOEPUBFILE --args --disable-gpu
|